projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472974e
)
(ange-ftp-tmp-name-template): Use temporary-file-directory.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:33:11 +0000
(17:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:33:11 +0000
(17:33 +0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index ecee7db88dfee6b60c0b9f5f268c48f25b50f4aa..0002e3f3c77e3a327069b73235aa451ee7032b7f 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-701,7
+701,7
@@
These mean that the FTP process should (or already has) been killed."
:type 'regexp)
(defcustom ange-ftp-tmp-name-template
- (
concat system-tmp-directory "/ange-ftp"
)
+ (
expand-file-name "ange-ftp" temporary-file-directory
)
"*Template used to create temporary files."
:group 'ange-ftp
:type 'directory)